home *** CD-ROM | disk | FTP | other *** search
/ Resource for Source: C/C++ / Resource for Source - C-C++.iso / codelib7 / v_09_02 / 9n02120b < prev    next >
Encoding:
Text File  |  1995-11-01  |  393 b   |  12 lines

  1.  
  2.      #ifdef MAIN_FILE
  3.      #define VAR(   ttt, vvv)           ttt vvv
  4.      #define INIT(  ttt, vvv, iii )     ttt vvv = iii
  5.      #define TBL(   ttt, vvv, iii )     ttt vvv = { #include iii }
  6.      #else
  7.      #define VAR(   ttt, vvv )          extern ttt vvv
  8.      #define INIT(   ttt, vvv, iii )    extern ttt vvv
  9.      #define TBL(   ttt, vvv, iii )     extern ttt vvv 
  10.      #endif
  11.  
  12.